翻訳と辞書
Words near each other
・ Specific surface energy
・ Specific thrust
・ Specific Ultraviolet Absorption
・ Specific ventilation
・ Specific volume
・ Specific weight
・ Specific-information
・ Specific-pathogen-free
・ Specification (disambiguation)
・ Specification (legal concept)
・ Specification (regression)
・ Specification (technical standard)
・ Specification and Description Language
・ Specification by example
・ Specification for human interface for semiconductor manufacturing equipment
Specification language
・ Specification pattern
・ Specification tree
・ Specifications for Web Offset Publications
・ Specifications for World War II infantry weapons
・ Specifications of submarines of World War II
・ Specificity
・ Specificity (linguistics)
・ Specificity constant
・ Specificity factor
・ Specified Associated Organisation
・ Specified complexity
・ Specified load
・ Specified Minimum Yield Strength
・ Specified risk material


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Specification language : ウィキペディア英語版
Specification language

A specification language is a formal language in computer science used during systems analysis, requirements analysis and systems design to describe a system at a much higher level than a programming language, which is used to produce the executable code for a system.
Specification languages are generally not directly executed. They are meant to describe the ''what'', not the ''how''. Indeed, it is considered as an error if a requirement specification is cluttered with unnecessary implementation detail.
A common fundamental assumption of many specification approaches is that programs are modelled as algebraic or model-theoretic structures that include a collection of sets of data values together with functions over those sets. This level of abstraction coincides with the view that the correctness of the input/output behaviour of a program takes precedence over all its other properties.
In the ''property-oriented'' approach to specification (taken e.g. by CASL), specifications of programs consist mainly of logical axioms, usually in a logical system in which equality has a prominent role, describing the properties that the functions are required to satisfy - often just by their interrelationship.
This is in contrast to so-called model-oriented specification in frameworks like VDM and Z, which consist of a simple realization of the required behaviour.
Specifications must be subject to a process of ''refinement'' (the filling-in of implementation detail) before they can actually be implemented. The result of such a refinement process is an executable algorithm, which is either formulated in a programming language, or in an executable subset of the specification language at hand. For example, Hartmann pipelines, when
properly applied, may be considered a dataflow specification which ''is'' directly executable. Another example is the Actor model which has no specific application content and must be ''specialized'' to be executable.
An important use of specification languages is enabling the creation of proofs of program correctness (''see theorem prover'').
==Languages==
(詳細はCASL
*VDM
*Z notation
*LePUS3 (a visual, object-oriented design description language)
*Perfect
*Alloy
*LOTOS
*Refine Language

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Specification language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.